projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96dcc0
)
(vc-mode-line): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Apr 1994 06:25:49 +0000
(06:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Apr 1994 06:25:49 +0000
(06:25 +0000)
lisp/vc-hooks.el
patch
|
blob
|
history
diff --git
a/lisp/vc-hooks.el
b/lisp/vc-hooks.el
index 48e3ea6424d1566e783c77ff64a75c35169a9522..0704cdb6aaf800cbc8366b95fad167fad4a86625 100644
(file)
--- a/
lisp/vc-hooks.el
+++ b/
lisp/vc-hooks.el
@@
-155,8
+155,8
@@
visiting FILE."
(not (string-equal (user-login-name) (vc-locking-user file)))
(setq buffer-read-only t))
(and (null vc-type)
- (file-symlink-p
buffer-file-nam
e)
- (let ((link-type (vc-backend-deduce (file-symlink-p
buffer-file-nam
e))))
+ (file-symlink-p
fil
e)
+ (let ((link-type (vc-backend-deduce (file-symlink-p
fil
e))))
(if link-type
(message "Warning: symbolic link to %s-controlled source file"
link-type))))